projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f2a0a1
)
(PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
author
Andreas Schwab
<schwab@suse.de>
Wed, 16 Aug 2006 09:04:36 +0000
(09:04 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 16 Aug 2006 09:04:36 +0000
(09:04 +0000)
of hardcoding it.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index f6fe08f8f54b1993e1239b339c67133232365a38..0b7a62907d2b4219b52ceacb8a7873dfa14af643 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1500,7
+1500,7
@@
AC_DEFUN([PKG_CHECK_MODULES], [
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
AC_MSG_CHECKING(for $2)
- if $PKG_CONFIG --exists "$2" 2>&
5
; then
+ if $PKG_CONFIG --exists "$2" 2>&
AS_MESSAGE_LOG_FD
; then
AC_MSG_RESULT(yes)
succeeded=yes